HDFS-15330. Document the ViewFSOverloadScheme details in ViewFS guide#2053
Merged
umamaheswararao merged 2 commits intoapache:trunkfrom Jun 5, 2020
Merged
HDFS-15330. Document the ViewFSOverloadScheme details in ViewFS guide#2053umamaheswararao merged 2 commits intoapache:trunkfrom
umamaheswararao merged 2 commits intoapache:trunkfrom
Conversation
|
🎊 +1 overall
This message was automatically generated. |
ayushtkn
approved these changes
Jun 5, 2020
|
|
||
| If user wants to talk to `hdfs://MyCluster2/`, then they can pass -fs option (`-fs hdfs://MyCluster1/user`) | ||
| Since /user was mapped to a cluster `hdfs://MyCluster2/user`, dfsadmin resolve the passed (`-fs hdfs://MyCluster1/user`) to target fs (`hdfs://MyCluster2/user`). | ||
| This was users can get the access all hdfs child file systems in ViewFsOverloadScheme. |
Member
There was a problem hiding this comment.
This was -> This "way" ?
get the access all -> get the access "to" all
| </property> | ||
| ``` | ||
|
|
||
| Let's consider the following operations to understand to where these operations will be delegated based on mount links. |
Member
There was a problem hiding this comment.
"to understand to where" -> "to understand where"
|
|
||
| ### Central Mount Table Configurations | ||
|
|
||
| To enabled central mount table configuration, we need to configure `fs.viewfs.mounttable.path` in `core-site.xml` with the value as the Hadoop compatible file system directory/file path, where the `mount-table-<versionNumber>.xml` file copied. Here versionNumber is an integer number and need to increase the version number and upload new file in same directory. |
Contributor
Author
|
Thanks @ayushtkn for review! I have updated with typos fixed. Please take a look at it. |
Member
|
Thanx @umamaheswararao for the update. |
|
🎊 +1 overall
This message was automatically generated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/HDFS-15330